is the format used to hot-sync to XMap from withing TopoUSA. Done with
help of Dan Edwards.</para>
</section>
+ <section id="xmap2006">
+ <sectioninfo>
+ <subtitle>
+ Delorme XMap/Street Atlas 2006 Handheld Conduit format
+ </subtitle>
+ </sectioninfo>
+ <title>XMap2006</title>
+ <para>Delorme XMap2006 Conduit is just like XMap, except there are
+ no spaces between fields and the coordinate format is slightly
+ different. The completely pointless header and footer lines
+ are the same, at least. Use this to create the XMapHHWptsSend.txt
+ file needed to sync to Street Atlas Handheld 2006.</para>
+ </section>
<section id="xmapwpt">
<sectioninfo>
<subtitle>Delorme XMapHandHeld street Atlas format.</subtitle>
--- /dev/null
+# gpsbabel XCSV style file
+#
+# Format: DeLorme Xmap/Street Atlas Handheld 2006 Conduit
+# Author: Pasha Phares
+# Date: 5/5/2006
+#
+# Amazingly, 2006 won't read the "COMMASPACE" that we used in
+# in Xmap prior to this and versions before 2006 won't read files
+# separated by only a comma.
+#
+
+DESCRIPTION DeLorme XMap/SAHH 2006 Native .TXT
+EXTENSION txt
+
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER COMMA
+RECORD_DELIMITER NEWLINE
+BADCHARS COMMA
+
+PROLOGUE BEGIN SYMBOL
+EPILOGUE END
+#
+# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
+#
+IFIELD LAT_HUMAN_READABLE, "", "%.12g"
+IFIELD LON_HUMAN_READABLE, "", "%.12g"
+IFIELD SHORTNAME, "", "%s"
+
+OFIELD LAT_DECIMAL, "", "%.12g"
+OFIELD LON_DECIMAL, "", "%.12g"
+OFIELD SHORTNAME, "", "%s"
+
+
+
+